home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 25 / Cream of the Crop 25.iso / bbs / dgwrl201.zip / DOG201.RES / DOGIGM4.ZIP / CFGFILE.DOC next >
Text File  |  1996-11-14  |  2KB  |  50 lines

  1.   Following is the DogWorld DOGx.CFG configuration file format. This
  2. file is created by DODEDIT for each node during setup. The file is a
  3. plain ASCII text file with each item written on a seperate line.
  4. (DOGx.CFG, where x is the node number)
  5.  
  6.                                                          
  7. DogWorld DOGx.CFG file Format:
  8. ------------------------------
  9. line  1: Comment Line      (config file description line)
  10. line  2: SystemName        (name of BBS)
  11. line  3: BBSDir            (dropfile name and path)
  12. line  4: DoorDir           (DogWorld's directory)
  13. line  5: Personality       (status line style)
  14. line  6: InactivityTimeout (keyboard inactivity timeer)
  15. line  7: LockedBPS         (locked baud rate)
  16. line  8: PortAddress       (com port address)
  17. line  9: PortIRQ           (com port irq number)
  18. line 10: NoFossil          (turns off fossil detection)
  19. line 11: ReceiveBuffer     (door's internal receive buffer)
  20. line 12: TransmitBuffer    (door's internal transmit buffer)
  21. line 13: FIFOTriggerSize   (16550 fifo buffer size)
  22. line 14: Node              (node number, usually read from dropfile)
  23. line 15: SerialPort        (fossil port number, 0=com1)
  24. line 16: RESERVED          (reserved for future use)
  25. line 16: RESERVED          (reserved for future use)
  26.  
  27. **NOTE!!** A semicolon(;) will disable a setting when placed at the
  28.            beginning of a line.
  29.  
  30.  
  31. Sample DOGx.CFG file
  32. --------------------
  33. ; DogWorld's Node Info for Node 1
  34. SystemName Online! USA
  35. BBSDir c:\bbs\SFDOORS.DAT
  36. DoorDir C:\DOGWORLD
  37. Personality Standard
  38. InactivityTimeout 200
  39. LockedBPS 38400
  40. PortAddress 3F8
  41. PortIRQ 4
  42. NoFossil
  43. ReceiveBuffer 512
  44. TransmitBuffer 1024
  45. FIFOTriggerSize 8
  46. ;Node 1
  47. ;SerialPort 0
  48. RESERVED
  49. RESERVED
  50.